Skip to content

Conversation

wiiznokes
Copy link
Contributor

@wiiznokes wiiznokes commented Jun 8, 2024

Contains some enhancement from #19, but without the exec stuff

  • return Vec for field separated by ;
  • fix get_entry_score logic, and use separate value for field separated by ;
  • fix match_entry_from_id. After some iteration, I think this impl fixes most case, at least all that were reported.

Sorry for the messed up history

@wiiznokes wiiznokes marked this pull request as ready for review June 8, 2024 19:03
@mmstick
Copy link
Member

mmstick commented Jun 8, 2024

Firefox is fixed

@mmstick mmstick merged commit a05abe5 into pop-os:main Jun 8, 2024
@wiiznokes wiiznokes deleted the fix-applist branch June 8, 2024 21:50
@bGVia3VjaGVu
Copy link

split_terminator should be used instead of split, especially since a Vec is returned. I prefer returning iterators, since application may only be interested in the first category and it's not hard to call map and collect.

@wiiznokes
Copy link
Contributor Author

split_terminator should be used instead of split, especially since a Vec is returned. I prefer returning iterators, since application may only be interested in the first category and it's not hard to call map and collect.

I agree, an iterator would be better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants